Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print contents of SVs using the SVf format #38

Merged
merged 1 commit into from
Nov 6, 2021

Conversation

SmartCodeMaker
Copy link
Contributor

Description

If %s is used for SVs, then a garbage is printed.

References:
Formatted Printing of SVs (https://perldoc.perl.org/perlguts)

SV_as_char_problem

Fixes/addresses (If applicable) # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Changes have been manually tested (please provide information on test platform using the fields below)

Test / Development Platform Information

  • Operating system and version: Ubuntu 16.04 x86_64
  • Crypt::OpenSSL::PKCS12 version 1.7
  • Perl version version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
  • OpenSSL version 1.0.2g-1ubuntu4.19

Please see the issue template for a more information on provided the requested information.

If `%s` is used for SVs, then a garbage is printed.

References:
Formatted Printing of SVs (<https://perldoc.perl.org/perlguts>)
@jonasbn jonasbn self-requested a review August 15, 2021 11:19
@jonasbn jonasbn merged commit 62bf230 into dsully:master Nov 6, 2021
@jonasbn jonasbn self-assigned this Nov 7, 2021
@jonasbn jonasbn added the bug label Nov 7, 2021
@jonasbn jonasbn added this to the 1.8 milestone Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants