]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/realloc' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Mon, 12 Sep 2016 09:08:57 +0000 (17:08 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Mon, 12 Sep 2016 09:08:57 +0000 (17:08 +0800)
commitfe3380d32e77ef86482a45fc5eee089b4d48f628
treeea70149eaa2e461b75e6699ffd5efa7a91efd224
parent56fcae19affe57ebd5d6d93006428f07b51bd029
parent47db66e4953969fc9e0be805ee25910fbe42f4ed
Merge branch 'bugfix/realloc' into 'master'

modify realloc behaves

 modify realloc behaves just like malloc when pass a null pointer for ptr.

See merge request !66