* 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:
Vladimir 'phcoder' Serbinenko 2013-10-19 02:42:40 +02:00
parent 663f6eb195
commit d3923ab956
2 changed files with 7 additions and 0 deletions

View file

@ -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>
* util/grub-mkimagexx.c (make_reloc_section): Fix memory leak.

View file

@ -27,6 +27,8 @@
#include <sys/types.h>
#define size_t grub_size_t
#undef __GNU_LIBRARY__
#define __GNU_LIBRARY__ 1