[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cssc] [bug #66364] Wrong decode of %M% key if file name is more len
From: |
anonymous |
Subject: |
[Bug-cssc] [bug #66364] Wrong decode of %M% key if file name is more length then 10 char |
Date: |
Mon, 21 Oct 2024 09:40:29 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?66364>
Summary: Wrong decode of %M% key if file name is more length
then 10 char
Group: GNU CSSC
Submitter: None
Submitted: Mon 21 Oct 2024 01:40:24 PM UTC
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Mon 21 Oct 2024 01:40:24 PM UTC By: Anonymous
How verify the bug:
#!/bin/bash
name="a"
while [[ ${#name} -lt 30 ]]
do
echo "%M%" > ${name}.test
admin -i${name}.test s.${name}.test
rm -f ${name}.test
get -p s.${name}.test | grep -q "${name}.test"
if [[ $? -ne 0 ]]
then
echo "Test failed for ${#name} char"
exit 1
else
echo "test OK for ${#name} char"
fi
rm -f s.${name}.test
name="${name}a"
done
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66364>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-cssc] [bug #66364] Wrong decode of %M% key if file name is more length then 10 char,
anonymous <=