Headline
CVE-2022-3022: Update FCFS.c · ArnoldAldrin/Binaries@be8e7c8
Stack-based Buffer Overflow in GitHub repository arnoldaldrin/binaries prior to 1.
3 FCFS.c
Show comments View file
@@ -3,7 +3,8 @@ int main()
{
int n,j,i;
printf(“Enter the no. of processes:”);
gets();
printf(“enter no of proccess you want:”);
scanf("%d",&n);
int a[n],bt[n],tat[n],wt[n],ct[n],at[n];
float awt,wts=0;
printf(“enter burst time:”);
0 comments on commit be8e7c8
Please sign in to comment.