mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
310 B
Diff
11 lines
310 B
Diff
--- hplip-3.22.2/scan/sane/bb_ledm.c 2022-02-23 08:41:05.000000000 +0100
|
|
+++ hplip-3.22.2/scan/sane/bb_ledm.c.new 2022-03-12 21:10:05.818054984 +0100
|
|
@@ -1015,7 +1015,7 @@
|
|
c +=11;
|
|
char BinaryURL[30];
|
|
i = 0;
|
|
- while(*c != '<')
|
|
+ while(*c != '<' && i < 29)
|
|
{
|
|
BinaryURL[i++] = *c ;
|
|
c++;
|