Branches for Warty

Name Status Last Modified Last Commit
lp:ubuntu/warty/genext2fs 1 Development 2009-06-24 19:15:56 UTC
2. * - Compile with -O2. - get_workblk...

Author: David Kimdon
Revision Date: 2004-05-15 19:37:54 UTC

* - Compile with -O2.
  - get_workblk() should return zero'd memory. This way we get
    nul terminations in the produced image.
  - get_workblk() now allocates the block dynamically on the heap.
    The previous method of allocating the block as 'static' apparently
    results in undefined behavior since get_workblk() is 'inline'.
  Thanks to Vincent Sanders <vince@debian.org> for the patch.
  (closes: #248987)

11 of 1 result