supply g_memdup2() for glib before 2.68.
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 10 Jul 2022 20:33:24 +0000 (22:33 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 10 Jul 2022 20:33:24 +0000 (22:33 +0200)
The previous commit did not work on debian. I followed the ideas from

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1927

and

https://github.com/mdbtools/gmdb2/commit/62ce520a9c5

So this commit provides g_memdup2 for glib versions which do not
provide g_memdup2.


No differences found