Ignore:
Timestamp:
2025-04-17T15:10:08Z (5 days ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
a65ccc4, af77459, c4cfe4c
Parents:
45adeeb
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-14 18:44:41)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:10:08)
Message:

Have str_sanitize also remove C0 and C1 control codes

and use it to sanitize KIO output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/console.c

    r45adeeb r1db4e2ae  
    384384                data[size] = 0;
    385385
     386                uint8_t substitute = '\x1a';
     387                str_sanitize(data, size, substitute);
     388
    386389                switch (cmd) {
    387390                case KIO_WRITE:
Note: See TracChangeset for help on using the changeset viewer.