search for: f249d92b

Displaying 3 results from an estimated 3 matches for "f249d92b".

2015 Sep 02
1
HDT & DMI updates
...found some serious bugs in HDT's CLI mode but also > took > > the time to update the DMI detection tables. > > > > Please find my hw_update branch which is in sync with the current git > tree. > > https://github.com/ErwanAliasr1/syslinux/commits/hw_update > > f249d92b doesn't feel right. After parsing, it should become an array > of many pointers, one per argument. You do this allocation in > parse_command_line() properly but I believe due to the indirection, > it's not being applied correctly. Don't we need the address of (1) an > arr...
2015 Aug 14
2
HDT & DMI updates
Hi folks, I've been off for a pretty long time and I'm trying to resume a little bit. While testing HDT I found some serious bugs in HDT's CLI mode but also took the time to update the DMI detection tables. Please find my hw_update branch which is in sync with the current git tree. https://github.com/ErwanAliasr1/syslinux/commits/hw_update Erwan,
2015 Sep 02
0
HDT & DMI updates
...tle bit. > > While testing HDT I found some serious bugs in HDT's CLI mode but also took > the time to update the DMI detection tables. > > Please find my hw_update branch which is in sync with the current git tree. > https://github.com/ErwanAliasr1/syslinux/commits/hw_update f249d92b doesn't feel right. After parsing, it should become an array of many pointers, one per argument. You do this allocation in parse_command_line() properly but I believe due to the indirection, it's not being applied correctly. Don't we need the address of (1) an array (2) of pointers (...