These patches fix possible buffer overflows in the nfs code. We take a 32bit value read from an incoming network packet as length argument to memcpy without boundary checking. The patches add the necessary boundary checks. The patches can be backported to any past version, let me know if you are interested in any specific version. Sascha Hauer (2): net: nfs: Fix possible buffer overflow fs: nfs: Fix possible buffer overflow fs/nfs.c | 4 ++++ net/nfs.c | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) -- 2.23.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox