]> granicus.if.org Git - yasm/commit
Fix clang warning: 59/head
authorPawel Worach <pawel.worach@gmail.com>
Sat, 24 Sep 2011 13:41:08 +0000 (16:41 +0300)
committerPawel Worach <pawel.worach@gmail.com>
Sat, 24 Sep 2011 13:41:08 +0000 (16:41 +0300)
commita2cbb10ee1b90b73647667ac849c74d65761d412
tree2936802bf04c194cb1f57f3e47f1c8d5366f4085
parent0e3fa2d6d1fe83b86fe075a46c927d419fafef75
Fix clang warning:
libyasm/md5.c:166:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
        memset(ctx, 0, sizeof(ctx));    /* In case it's sensitive */
               ~~~            ^~~
libyasm/md5.c