Custom Query (16363 matches)
Results (517 - 519 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #14393 | fixed | vbox/src/VBox/Additions/common/crOpenGL/load.c:694: Resource leak | ||
| Description |
Source code is while (!feof(f)) {
char line[1000];
char **args;
fgets(line, 999, f);
line[crStrlen(line) - 1] = 0; /* remove trailing newline */
if (crStrncmp(line, procName, procNameLen) == 0 &&
(line[procNameLen] == ' ' || line[procNameLen] == '\t'))
{
crWarning("Using Chromium configuration for %s from %s",
procName, configPath);
args = crStrSplit(line + procNameLen + 1, " ");
return args;
}
Suggest add missing call to fclose |
|||
| #1568 | fixed | vbox-OSE: pxegrub won't start after successful transfer via tftp | ||
| Description |
pxegrub won't start after successful transfer via tftp
May be related: it seems OSE has single NIC driver linked in,
May be related: both PCnet LANCE NIC-s are pxe-booting in non-OSE vbox,
|
|||
| #9260 | duplicate | vbox* modules breaks suspend (hang or reboot) | ||
| Description |
Loading kernel modules from 4.1 breaks suspend functionality on Ubuntu 11.04. Attempt to suspend usually hangs but sometimes restarts the machine. Issues existed also in 4.1 beta versions. 4.0 works perfectly. |
|||

