Skip to content
Snippets Groups Projects
  • Florian Weimer's avatar
    ed770de9
    PR other/54411: integer overflow in objalloc_alloc · ed770de9
    Florian Weimer authored
    2012-09-18  Florian Weimer  <fweimer@redhat.com>
    
    	PR other/54411
    	* objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
    
    2012-09-18  Florian Weimer  <fweimer@redhat.com>
    
    	PR other/54411
    	* objalloc.c (_objalloc_alloc): Add overflow check covering
    	alignment and CHUNK_HEADER_SIZE addition.
    
    From-SVN: r191413
    ed770de9
    History
    PR other/54411: integer overflow in objalloc_alloc
    Florian Weimer authored
    2012-09-18  Florian Weimer  <fweimer@redhat.com>
    
    	PR other/54411
    	* objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
    
    2012-09-18  Florian Weimer  <fweimer@redhat.com>
    
    	PR other/54411
    	* objalloc.c (_objalloc_alloc): Add overflow check covering
    	alignment and CHUNK_HEADER_SIZE addition.
    
    From-SVN: r191413