comparison packages/redboot/current/ChangeLog @ 1605:43a89c18d005

Add checking (assert) for size of option arrays. Also fix port for TFTP on little endian systems.
author gthomas
date Fri, 23 Apr 2004 20:38:17 +0000
parents d177755187d3
children 2aabaeffc161
comparison
equal deleted inserted replaced
1604:bc88a3357a79 1605:43a89c18d005
1 2004-04-23 Gary Thomas <gary@mlbassoc.com>
2
3 * src/main.c:
4 * src/fs/fileio.c:
5 * src/net/net_io.c:
6 * src/load.c:
7 * src/flash.c:
8 * include/redboot.h: Add asserts to check that option arrays
9 are not overrun (when used with variable number of options).
10
11 2004-04-23 Gary Parnes <garyp@logicpd.com>
12
13 * src/net/tftp_client.c: The port, if specified by the user,
14 is now corrected for endianness issues.
15
1 2004-04-19 Gary Thomas <gary@mlbassoc.com> 16 2004-04-19 Gary Thomas <gary@mlbassoc.com>
2 17
3 * src/fs/fileio.c: Can't test for CYGPKG_IO_FLASH_BLOCK_DEVICE without 18 * src/fs/fileio.c: Can't test for CYGPKG_IO_FLASH_BLOCK_DEVICE without
4 first testing for CYGPKG_IO_FLASH and including it's pkgconf file. 19 first testing for CYGPKG_IO_FLASH and including it's pkgconf file.
5 20