* grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Define size_t to
grub_size_t. This fixes the case when size_t mismatches grub_size_t.
This commit is contained in:
parent
663f6eb195
commit
d3923ab956
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Define size_t to
|
||||||
|
grub_size_t. This fixes the case when size_t mismatches grub_size_t.
|
||||||
|
|
||||||
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-mkimagexx.c (make_reloc_section): Fix memory leak.
|
* util/grub-mkimagexx.c (make_reloc_section): Fix memory leak.
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#define size_t grub_size_t
|
||||||
|
|
||||||
#undef __GNU_LIBRARY__
|
#undef __GNU_LIBRARY__
|
||||||
#define __GNU_LIBRARY__ 1
|
#define __GNU_LIBRARY__ 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue