Changeset a65ccc4 in mainline for kernel/generic/src/console/console.c


Ignore:
Timestamp:
2025-04-17T15:24:13Z (5 days ago)
Author:
GitHub <noreply@…>
Children:
61c91532
Parents:
fb75979 (diff), 1db4e2ae (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Wayne Thornton <wmthornton-dev@…> (2025-04-17 15:24:13)
git-committer:
GitHub <noreply@…> (2025-04-17 15:24:13)
Message:

Merge branch 'HelenOS:master' into master

File:
1 edited

Legend:

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

    rfb75979 ra65ccc4  
    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.