gallatin 8a331753e5 Several cleanups and fixes to mxge:
- Remove vestigial null pointer tests after malloc(..., M_WAITOK).

- Remove vestigal qualhack union

- Use strlcpy() instead of the error-prone strncpy() when parsing
  EEPROM and copying strings

- Check the MAC address in the EEPROM strings more strictly.

- Expand the macro MXGE_NEXT_STRING() at its only user. Due to a typo,
  the macro was very confusing.

- Remove unnecessary buffer limit check.  The buffer is double-NUL
  terminated per construction.

PR:		kern/176369
Submitted by:	Christoph Mallon <christoph.mallon gmx.de>
2013-02-25 16:22:40 +00:00
..
2013-02-25 09:33:48 +00:00
2013-02-25 01:50:04 +00:00
2013-02-11 23:14:54 +00:00
2013-02-25 12:33:31 +00:00
2013-02-15 20:36:28 +00:00
2012-11-01 04:07:08 +00:00
2013-02-25 16:22:40 +00:00
2013-02-15 07:58:51 +00:00
2013-01-17 19:03:24 +00:00
2013-02-09 04:13:45 +00:00
2013-02-21 12:52:18 +00:00
2013-02-22 16:59:52 +00:00
2013-02-17 11:57:47 +00:00