Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.(5)

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

ITtutoria

ITtutoria Logo ITtutoria Logo

ITtutoria Navigation

  • Python
  • Java
  • Reactjs
  • JavaScript
  • R
  • PySpark
  • MYSQL
  • Pandas
  • QA
  • C++
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA
Home/ Questions/Stabilizing the error with the best answers: __isoc99_sscanf@plt
In Process
Rebecca Williams
  • 12
Rebecca Williams
Asked: May 18, 20222022-05-18T20:41:17+00:00 2022-05-18T20:41:17+00:00In: assembly

Stabilizing the error with the best answers: __isoc99_sscanf@plt

  • 12

. Advertisement .

..3..

. Advertisement .

..4..

For the problem “__isoc99_sscanf@plt”. I tried to fix it, but It doesn’t work and returns the result I want. Here is my program:

.code32
 .file "mystery.c"
 .text
 .LCO:
 .string "Incorrect number of command line arguments given"
 .LC1:
 .string "Input:%s"
 .align 4
 .LC2:
 .string "Incorrect format for command line argument"
 .LC3:
 .string "Output: "%s"\n"
 .text
  .globl main
 .type main, @function
  main:
 pushl %ebp
 movl %esp, %ebp
 andl $-16, %esp
 subl $32, %esp
 cmpl $2, 8(%ebp)
 je .L18
 movl $.LC0, (%esp)
 call puts
 movl $1, %eax
 jmp .L19
 .L18:
 movl 12(%ebp), %eax
 addl $4, %eax
 movl (%eax), %eax
 movl %eax, (%esp)
 call strlen
 movl %eax, %edx
 movl %edx, %eax
 sall $2, %eax
 addl %edx, %eax
 movl %eax, (%esp)
 call malloc
 movl %eax, 28(%esp)
 movl $.LC1, %edx
 movl 12(%ebp), %eax
 addl $4, %eax
 movl (%eax), %eax
 movl 28(%esp), %ecx
 movl %ecx, 8(%esp)
 movl %edx, 4(%esp)
 movl %eax, (%esp)
 call __isoc99_sscanf
 cmpl $1, %eax
 je .L20
 movl $.LC2, (%esp)
 call puts
 movl $1, %eax
 jmp .L19
 
  .L20:
 movl 28(%esp), %eax
 movl %eax, (%esp)
 call foo
 movl $.LC3, %eax
 movl 28(%esp), %edx
 movl %edx, 4(%esp)
 movl %eax, (%esp)
 call printf
 movl 28(%esp), %eax
 movl %eax, (%esp)
 call free
 jmp .L17
 .L19:
 .L17:
 leave
 ret
 .size main, .-main
 .ident "GCC: (GNU) 4.4.7 20120313 (Red Hat 4.4.7-4)"
 .section .note.GNU-stack,"",@progbits

and

call __isoc99_sscanf

has occurred. I’ve checked the entire command line but still can’t find the mistake.

isoc99_sscanf
  • 2 2 Answers
  • 56 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

2 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Aaron Perret
    2022-05-25T21:08:08+00:00Added an answer on May 25, 2022 at 9:08 pm

    This is what I believe helps:

     man scanf:
    
     These functions return the number of input items successfully matched
     and assigned, which can be fewer than provided for, or even zero in the
     event of an early matching failure.
    • 12
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. lennielockman
    2022-06-29T03:22:58+00:00Added an answer on June 29, 2022 at 3:22 am

    In essence, it returns the total quantity of inputs that you have recently entered into the computer. It would set percent rax to 2 if you entered two digits in the field 1 4.
    These routines give the number of input items back that were matched and assigned successully; this number may be less than what was anticipated or even 0 in the event that an early matching attempt failed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • How to Split String by space in C++
  • How To Convert A Pandas DataFrame Column To A List
  • How to Replace Multiple Characters in A String in Python?
  • How To Remove Special Characters From String Python

Explore

  • Home
  • Tutorial

Footer

ITtutoria

ITtutoria

This website is user friendly and will facilitate transferring knowledge. It would be useful for a self-initiated learning process.

@ ITTutoria Co Ltd.

Tutorial

  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA

Legal Stuff

  • About Us
  • Terms of Use
  • Privacy Policy
  • Contact Us

DMCA.com Protection Status

Help

  • Knowledge Base
  • Support

Follow

© 2022 Ittutoria. All Rights Reserved.

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.